home *** CD-ROM | disk | FTP | other *** search
/ Future Windows / Future Windows.iso / utility / ncompass / data.z / readme.txt < prev    next >
Text File  |  1995-09-04  |  5KB  |  123 lines

  1. NCompass Browser
  2.  
  3. Release 1.0 Alpha 1
  4.  
  5. 1.Introduction:
  6. ----------------
  7. NCompass adds a new component based (OLE 2, Custom controls) feature set
  8. to existing Web documents through a single powerful extension to the HTML 2.0
  9. document specification. This enables not just static pages, but whole applications 
  10. such as multimedia, games, animations, networking, office suites, and 3-D games to 
  11. function from within a web document.
  12.  
  13. 2.Platform:
  14. -----------
  15.   Windows 95/NT 
  16.   486/33 minimum - 486/66 is recommended
  17.   8M RAM
  18.   TCP/IP (Modems need SLIP or PPP)
  19.       
  20. 3.Installation:
  21. ---------------
  22. We do follow the Windows 95 setup guidelines and we support install and uninstall 
  23. utilities. To install simply run the self-executable file you have downloaded from 
  24. the network. Then follow the steps.
  25. To uninstall go to Add/Remove Programs in your Windows95 Control Panel. Chose NCompass
  26. and uninstall.
  27. Please note that this is an unsupported alpha release of NCompass and provided as is.
  28.  
  29. 4.Features:
  30. -----------
  31.  
  32. - Automatic support of downloadable OLE custom Controls
  33.   The following OLE Controls (OCXs) downloadable from
  34.   our demo pages :
  35.     - Inline AVI Player Control
  36.     - Inline Billboard Control
  37.     - Inline Wave and MIDI Player Controls
  38.     - Example interactive, real-time rendered, 3D graphics control
  39.     - Example animated mouse pointer watcher control
  40.  
  41. - Basic network downloading support interfaces for the OLE custom Controls.
  42.  
  43. 5.Other Features common to existing browsers
  44. ---------------------------------------------
  45.   Our initial intention is to introduce dynamic pages to the Internet. However, NCompass 
  46. currently supports many of the attractive features available in other browsers.
  47. - Full HTML 2.0 support
  48. - Basic Table support 
  49. - Inline GIF and JPEG support
  50. - Bookmark (hotlist) support 
  51.  
  52. 6.Coming Soon...
  53. ----------------
  54. - More OCXs... (Watch our site for never before seen pages...!!!)
  55. - Basic support for OCX development for NCompass browser.
  56. - More browser support for development of powerful OCXs easily ...
  57.     - Data streaming support through OLE interfaces.
  58.     - Address book support for Networking through OLE interfaces.
  59.     - DIRECT PLAY API(Microsoft GAME SDK) support through OLE interfaces.
  60.     - Microsoft Blackbird compatibility 
  61.  
  62. - OLE Control encryption support for security.
  63. - Secure transfer support.
  64. - More of basic browser supports...
  65.        - Forms support.
  66.     - FTP support.
  67.     - MAPI support.
  68.     - Better tables.
  69.     - More HTML 3.0 features as they become standard.
  70.  
  71.  
  72. 7.Cross Platform Support:
  73. -------------------------
  74. There are no plans for UNIX implementations at present
  75. There will be no Macintosh OS support before the release of OCX custom controls 
  76. for Macintosh OLE.
  77.  
  78. 8.Questions, or concerns:
  79. -------------------------
  80. - What is a ".opf" file ?
  81.    ".opf" file stands for "Object Property File". All the OLE controls use properties    
  82.    to customize them. ".opf" files basically store the necessary property values of an instance
  83.    of an OLE Control to be initialized when loaded in to the browser. They also store some
  84.    important information such as version number, company name etc. about the OLE control 
  85.    it uses. In this way the browser can warn the user before loading the OLE control to the user's
  86.    system.
  87. - What is the new extension to HTML to add OLE controls?
  88.    We added a new extension to HTML 2.0, that references to the OLE control we are
  89.    about the use. The extension is :
  90.     <XOLECONTROL 
  91.         SRC = path to the .opf file
  92.         OLESRC= path to the .ocx file
  93.         WIDTH= width of the control
  94.         HEIGHT= height of the control
  95.     >
  96. - Do the browser have some specific features that OLE Controls can use?
  97.    Yes, indeed. We are still developing many features that will allow the OLE controls
  98.    to the many complex tasks. However for the time being we have 2 specific features. The
  99.    control can ask the browser to download a file it needs to use, and the browser automatically
  100.    notifies the control when the operation is finished. Also the OLE control can ask the
  101.    browser which directory it is allowed to use for file I/O operations. We will be documenting
  102.    these options and the other ones coming up, with the release of our ".opf" creation wizard.
  103. - What about security ?
  104.    Our browser is in alpha stage yet. The downloadable OLE controls are basically total
  105.    applications so they might contain malicious code. We are working on security measures such
  106.    as trusted servers, encryption of data, public and private keys for the OLE controls. 
  107.  
  108. If you have any questions, or any useful feedback on this alpha release, you can send
  109. email to: kerem_karatal@sfu.ca
  110.  
  111. 9.Some known problems:
  112. ----------------------
  113. - Custom palettes in 256 color mode:
  114.  
  115.    Currently when running in 256 color mode some OCXs rigidly enforce the Windows system palette, 
  116.    and will conflict with other palettized Windows applications causing a display flicker. To
  117.    avoid this problem, remove any desktop backgrounds, and set your desktop color scheme to 
  118.    a standard VGA color set. Also, avoid using the "hi-color" desktop schemes.
  119.  
  120. If you encounter any problems while running this Alpha release, please report them to: 
  121.    bugs_rpt@oberon.educ.sfu.ca
  122.  
  123.